non procedural language - vertaling naar arabisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

non procedural language - vertaling naar arabisch

PROGRAMMING PARADIGM
Procedural programming languages; Procedural language; Procedural (programming); Procedural programming language; Procedural code; Procedure-oriented language; Procedure orientation; Procedual language

non procedural language      
لغة غير إجرائية .
procedural law         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
قانون المرافعات
rules of court         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
لائحة أصول المحاكمات

Definitie

procedural language
<language> Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation. (2004-05-17)

Wikipedia

Procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published circa 1970–1972.

Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).